feat(recipes): add harpoon-bufsync recipe - #1782
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
Extend harpoon-bufsync recipe with reverse sync direction: - <Leader><Leader>b: Reset Harpoon marks from currently open buffers - Existing <Leader>bsh: Sync tabline to Harpoon order remains unchanged Enables snapshot mode: work with buffers naturally, then snapshot into Harpoon.
|
How basically does this GitHub todo list work? |
6458b2c to
4332f8c
Compare
p0uyaDev
left a comment
There was a problem hiding this comment.
Changes reviewed and approved!
📑 Description
Adds a new recipe that syncs AstroNvim's Heirline tabline buffer order with Harpoon v2 marks.
Harpoon lets you pin frequently-used files for quick navigation, but the tabline doesn't reflect Harpoon's order — it tracks buffers by open-time and internal buffer ID. With a single keybind (
<Leader>bsh), this recipe:📖 Additional Information
Requirements:
harpoon2branch)Caveats:
Files:
lua/astrocommunity/recipes/harpoon-bufsync/init.lualua/astrocommunity/recipes/harpoon-bufsync/README.md